From: Richard M. Stallman Date: Thu, 12 Jul 2007 01:41:32 +0000 (+0000) Subject: Include unistd.h only if HAVE_UNISTD_H. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~17977 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ceb930752601922e4445427cacc06fe7eaf37419;p=emacs.git Include unistd.h only if HAVE_UNISTD_H. --- diff --git a/src/term.c b/src/term.c index 41ccfb0dd1f..b88448fc446 100644 --- a/src/term.c +++ b/src/term.c @@ -25,7 +25,9 @@ Boston, MA 02110-1301, USA. */ #include #include #include +#ifdef HAVE_UNISTD_H #include +#endif #include "termchar.h" #include "termopts.h"